home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / unixt~3h / unixtkit.arc / man.arc / CHMOD.MAN < prev    next >
Text File  |  1988-03-28  |  799b  |  67 lines

  1.  
  2.  
  3.  
  4.         CHMOD                 ST-UNIX User's Manual                 CHMOD
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              chmod - change access modes to files
  10.  
  11.         FORMAT
  12.              chmod mode file ...
  13.  
  14.         DESCRIPTION
  15.              _✓C_✓h_✓m_✓o_✓d_✓e changes the access mode of the _✓f_✓i_✓l_✓e.
  16.  
  17.              _✓m_✓o_✓d_✓e has the form:
  18.  
  19.                   _✓o_✓p _✓p_✓e_✓r_✓m_✓i_✓s_✓s_✓i_✓o_✓n
  20.  
  21.              File permissions can be added if _✓O_✓p is +, removed if  _✓O_✓p  is
  22.              -, or absolutly set is _✓O_✓p is =.
  23.  
  24.              _✓P_✓e_✓r_✓m_✓i_✓s_✓s_✓i_✓o_✓n is made up from w (writable).
  25.  
  26.         EXAMPLES
  27.              To make the file readonly:
  28.  
  29.                   chmod -w file
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 10/April/1987    1st March 1987                         1
  64.  
  65.  
  66.  
  67.